home *** CD-ROM | disk | FTP | other *** search
- echo off
- if EXIST DINO02.EXE goto ok
- echo You must copy all the files to the hard disk first.
- echo Read "README.1ST".
- goto end
-
- :ok
- echo -
- echo The current directory is:
- dir
- echo -
- echo Installing "Dollars and Dinosaurs" in the current directory
- pause
- dino01 -d
- dino02 -d
- echo Type DD to start.
- :end
-
- echo on
-
-